home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: Essential Home & Business
/
PC-SIG - Essential Home and Business Collection.iso
/
26
/
4
/
6
/
MERCURYZ.EXE
/
SENSPOLY.EKA
< prev
next >
Wrap
Text File
|
1991-07-01
|
271b
|
12 lines
; Simple example show how sensitive polynomial roots
; are to the coefficients.
; Try
; c = 0 roots x = 0, 3, 4, 5
; c = 24 roots x = 1, 0.8883
; c = 24.1 no roots
x^4 - 12x^3 + 47x^2 - 60x + c = 0
c = 24.
-100 < x < 100
PROGRESS x